From 92a1b7985ea30445d02ee816e5b16ffb24a9f940 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sat, 8 Apr 2006 08:29:30 +0000 Subject: [PATCH] "SECONDS_PER_DAY" definition now located in defs.h. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1849 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/nmea.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpsbabel/nmea.c b/gpsbabel/nmea.c index 85ecdcf90..976b07c0a 100644 --- a/gpsbabel/nmea.c +++ b/gpsbabel/nmea.c @@ -132,8 +132,6 @@ time I have seen this is when the recording stops suddenly, where the last sentence is truncated - and missing part of the line, including the checksum. */ -#define SECONDS_PER_DAY (24L*60*60) - typedef enum { gp_unknown = 0, gpgga, -- 2.30.2